smh22@firebug.cl.cam.ac.uk [Mon, 30 May 2005 17:08:40 +0000 (17:08 +0000)]
bitkeeper revision 1.1597 (429b4898xNVUuBPMVXKa545qSx7i7A)
fix xm vif-list and xm vbd-list (modulo error reporting for domain 0)
Signed-off-by: Steven Hand <steven@xensource.com>
smh22@firebug.cl.cam.ac.uk [Mon, 30 May 2005 16:30:26 +0000 (16:30 +0000)]
bitkeeper revision 1.1596 (429b3fa2RgeJZgQIRrT4oHa-PKg4zg)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/smh22/xen-unstable.bk
smh22@firebug.cl.cam.ac.uk [Mon, 30 May 2005 16:30:21 +0000 (16:30 +0000)]
bitkeeper revision 1.1593.1.1 (429b3f9dAiHnKq38m74zg-HSQnYfwQ)
partial fix for vbd-list and vif-list
kaf24@firebug.cl.cam.ac.uk [Mon, 30 May 2005 16:04:00 +0000 (16:04 +0000)]
bitkeeper revision 1.1595 (429b3970iSiBE6JNLmeO-KDY_v3Hdg)
Better locking strategy in serial rx interrupt handler and getc. Release
the spinlock after each loop iteration to prevent starvation of other
cpus and of interrupt handling. Also neatly folds byte_matches() into
serial_getc().
Signed-off-by: Keir Fraser <keir@xensource.com>
cl349@firebug.cl.cam.ac.uk [Mon, 30 May 2005 15:36:11 +0000 (15:36 +0000)]
bitkeeper revision 1.1594 (429b32ebzaQqk1iPvkQPHa7u9hft-g)
console.c:
Bring back console_{getc,putc}.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Mon, 30 May 2005 10:35:55 +0000 (10:35 +0000)]
bitkeeper revision 1.1593 (429aec8bP8S_iGAVT8JuCkjdgPLCCg)
Manual update for rcu changes in 2.0-testing.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Mon, 30 May 2005 10:20:47 +0000 (10:20 +0000)]
bitkeeper revision 1.1592 (429ae8ff33cT5EmG9lUTaMO920vjKg)
Manual merge.
kaf24@firebug.cl.cam.ac.uk [Mon, 30 May 2005 10:18:30 +0000 (10:18 +0000)]
bitkeeper revision 1.1159.258.154 (429ae8764I9WsS60DkRARFDRTCFT1Q)
Fix Xen idle loop to enter/exit tickless mode in same way as s390,
which interfaces properly with the RCU subsystem.
This includes a patch that fixes a race in the generic RCU code: it
was created by IBM for s390, and is being pushed upstream by them.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Sun, 29 May 2005 16:13:43 +0000 (16:13 +0000)]
bitkeeper revision 1.1591 (4299ea37xQ46OSnnhSi-IyVI2uATLw)
Bit-scanning function take offset/size as an int, not a long, and
return an int. This allows some small optimisation in code produced
for x86/64.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Sun, 29 May 2005 14:05:00 +0000 (14:05 +0000)]
bitkeeper revision 1.1590 (4299cc0csX0iKRxZs-S3QRYAtXSapQ)
Fix default root Makefile target.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Sun, 29 May 2005 13:57:27 +0000 (13:57 +0000)]
bitkeeper revision 1.1589 (4299ca474xuIi4-NBh-bI0ilQ8Sw7w)
More bitop cleanups and code improvements.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Sun, 29 May 2005 10:44:16 +0000 (10:44 +0000)]
bitkeeper revision 1.1588 (42999d00gxHg_hThncByjrGk7labNA)
Tidy up and fix the bit-scanning operations. In particular,
find_{first,next}_[zero_]bit(addr, max) may return any value >= max
if no suitable bit is found. This is now also the case for first_cpu()
and next_cpu() (unlike Linux!). I don't believe that any callers
care -- they always check for >= NR_CPUS, and I fixed any_online_cpu()
separately. This reduces code size and will improve performance.
Signed-off-by: Keir Fraser <keir@xensource.com>
maf46@burn.cl.cam.ac.uk [Sun, 29 May 2005 01:03:56 +0000 (01:03 +0000)]
bitkeeper revision 1.1587 (429914fc4wycjm1BHhUK9gZ0LL0sIg)
VMX domains should not have SHM_write_all enabled.
kaf24@firebug.cl.cam.ac.uk [Sat, 28 May 2005 21:18:17 +0000 (21:18 +0000)]
bitkeeper revision 1.1586 (4298e019QH28MgGwaw0jHPWEeEnyoA)
Clean up serial driver in Xen: separate ns16550 driver from generic
serial code.
Signed-off-by: Keir Fraser <keir@xensource.com>
leendert@watson.ibm.com[kaf24] [Sat, 28 May 2005 15:21:07 +0000 (15:21 +0000)]
bitkeeper revision 1.1585 (42988c63d2BDHoRycJzKDjIR50X5Sw)
[PATCH] [PATCH] VMX world switch does not handle all cases
The latest world switch modification does not handle all cases. Specifically,
when a partition enables CR0.PG|CR0.PE and performs a world switch at the
the same time. The patch below handles this case.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
kaf24@firebug.cl.cam.ac.uk [Sat, 28 May 2005 11:00:01 +0000 (11:00 +0000)]
bitkeeper revision 1.1584 (42984f31pkIsDJAxZBlaJgFWP9L2QA)
Assembly code cleanups. gcc doesn't need very many hints to get the
operand size and register names correct for both x86/32 and x86/64.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Sat, 28 May 2005 09:52:29 +0000 (09:52 +0000)]
bitkeeper revision 1.1583 (42983f5dF7YXNy2i-9EFwNZ_eZer4g)
Clean up bitops.h: all the basic atomic bitops access a 32-bit
memory location, even on x86/64.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Sat, 28 May 2005 09:23:56 +0000 (09:23 +0000)]
bitkeeper revision 1.1582 (429838acDJZ12SHZ0oEfuJwBD4FoqQ)
Make cpuid() less fussy about the type of its pointer parameters.
This fixes the build with gcc4.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Sat, 28 May 2005 09:08:54 +0000 (09:08 +0000)]
bitkeeper revision 1.1581 (
42983526-uYH3-ev0arYC-GCKopWHg)
This patch should make x86-64 XenLinux more stable. Please apply.
# Cleanups and improving stability by avoiding complex fixup at
critical section.
# Also fix error_entry with error set.
# Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
# Signed-off-by: Li B Xin <li.b.xin@intel.com>
I think the other was dropped (i.e. not applied in BK):
pfn_pte_ma.patch. Please apply it as well.
kaf24@firebug.cl.cam.ac.uk [Sat, 28 May 2005 09:02:28 +0000 (09:02 +0000)]
bitkeeper revision 1.1580 (429833a4G8EJ0jx6AoXE77WbZwwrQQ)
Debug build dumps guest state to emergency console if it crashes.
Signed-off-by: Keir Fraser <keir@xensource.com>
leendert@watson.ibm.com[kaf24] [Sat, 28 May 2005 08:54:28 +0000 (08:54 +0000)]
bitkeeper revision 1.1579 (429831c4g3vltIzzOokMmu5rtSZAcQ)
[PATCH] [PATCH] ioemu: enable Cirrus VGA emulation
At some point the Cirrus VGA driver was commented out. Probably
for debugging. The patch below adds it back in. It works just fine.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
arun.sharma@intel.com[kaf24] [Sat, 28 May 2005 08:54:12 +0000 (08:54 +0000)]
bitkeeper revision 1.1578 (429831b4aG5GnPML1pSzeV9PiOlFAA)
[PATCH] vmx-smsw.patch
Handle vmexits from the SMSW instruction correctly.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
arun.sharma@intel.com[kaf24] [Sat, 28 May 2005 08:53:55 +0000 (08:53 +0000)]
bitkeeper revision 1.1577 (429831a31IZvEeEnalH3oKUTY7jV7A)
[PATCH] vmx-worldswitch-1-to-1.patch
Fix VMX world switch to use 1:1 page tables when the guest has paging
disabled. Also do a printk instead of VMX_DBG_LOG() anytime we crash
a domain.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
arun.sharma@intel.com[kaf24] [Sat, 28 May 2005 08:53:39 +0000 (08:53 +0000)]
bitkeeper revision 1.1576 (42983193Zhd1D5IEn8s4gplr_BeXnQ)
[PATCH] vmx-io.patch
Fix some of the race conditions that show up when the device models are
running on one CPU and the VMX domain is running on another on a SMP
system.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
kaf24@firebug.cl.cam.ac.uk [Fri, 27 May 2005 10:51:06 +0000 (10:51 +0000)]
bitkeeper revision 1.1575 (4296fb9akkrLM8bKzQ1I7T3Dy3Uu9w)
Patch ipv4 netfilter code to avoid checksumming CHECKUM_UNNCECESSARY
packets. On Xen the check could fail, as packets from domU have a blank
checksum field.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Fri, 27 May 2005 10:45:50 +0000 (10:45 +0000)]
bitkeeper revision 1.1574 (4296fa5erB8OK0RVQ0VDZFNWsbl4Qg)
xm's pincpu has a problem handling the cpu parameter if the cpu number
is more than one digit. This patch fixes it.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
leendert@watson.ibm.com[kaf24] [Fri, 27 May 2005 08:36:13 +0000 (08:36 +0000)]
bitkeeper revision 1.1573 (4296dbfdboYgUQZDJC6lNdNzKGXKag)
[PATCH] [PATCH] ioemu device-model ignores variables
Trivial patch. The device-model wrapper ignores cdrom and boot variables.
This patch adds them.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
leendert@watson.ibm.com[kaf24] [Fri, 27 May 2005 08:35:56 +0000 (08:35 +0000)]
bitkeeper revision 1.1572 (4296dbecanEyZdOxxZEuQ7szhriF5g)
[PATCH] [PATCH] (missing) More accurate address decoding for
This patch works a lot better when you have all the modified files.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
leendert@watson.ibm.com[kaf24] [Fri, 27 May 2005 08:35:40 +0000 (08:35 +0000)]
bitkeeper revision 1.1571 (4296dbdcx0p8kMuQ9I0m0bHZ7K1BuQ)
[PATCH] [PATCH] More accurate address decoding for VMX string
This patch includes two patches. The major patch is the improved address
decoding for ins/outs instructions. In the previous version, segment
overrides were ignored which caused a lot of problems for parts of the
ROMBIOS code where they are used heavily. Address decoding has been
made slightly easier now that GUEST_LINEAR_ADDRESS is documented. We
still need to work around a bug in the current stepping and make sure
that in protected mode the selector is not null.
The second patch removes the ASSERT(cr3). cr3==0 is a perfectly legal
value and Xen should not crash when its read.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
leendert@watson.ibm.com[kaf24] [Fri, 27 May 2005 08:35:25 +0000 (08:35 +0000)]
bitkeeper revision 1.1570 (4296dbcdhFdFajOGxHJCyEMvDA0TWg)
[PATCH] [PATCH] Missing start_vmx call
Start_vmx was removed by accident. This patch puts it back. start_vmx
is used to initialize the VMX subsystem, without it VMX operations result
in bad opcode traps and crash Xen.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
kaf24@firebug.cl.cam.ac.uk [Thu, 26 May 2005 20:33:31 +0000 (20:33 +0000)]
bitkeeper revision 1.1569 (4296329bfi2iosJzMmIh7KglSdchjQ)
Clean up SMP bootstrap, and fix uniprocessor/APIC-less booting.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Thu, 26 May 2005 17:54:47 +0000 (17:54 +0000)]
bitkeeper revision 1.1568 (42960d67jYin00CdEGWDPCLZ5h6Hnw)
Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/kaf24/xeno-unstable-ia64.bk
kaf24@firebug.cl.cam.ac.uk [Thu, 26 May 2005 16:40:45 +0000 (16:40 +0000)]
bitkeeper revision 1.1567 (4295fc0dckrpqmqbCHpAHRHUcTGMTQ)
Nicer pretty printing.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Thu, 26 May 2005 16:09:52 +0000 (16:09 +0000)]
bitkeeper revision 1.1566 (4295f4d0ecoRI1FVDrCqrrfgF5j8ug)
Clean up NMI watchdog handler. No need to hack into ac_timer structs.
Signed-off-by: Keir Fraser <keir@xensource.com>
djm@kirby.fc.hp.com [Thu, 26 May 2005 16:02:35 +0000 (16:02 +0000)]
bitkeeper revision 1.1564.1.3 (4295f31bXXSt2FVu5PG4ForW7oosIw)
One-liner to resolve link error due to recent core changes to idle
djm@kirby.fc.hp.com [Thu, 26 May 2005 15:56:45 +0000 (15:56 +0000)]
bitkeeper revision 1.1564.1.2 (4295f1bdtwYKVieig5E--rSWauq7Kg)
Merge djm@sportsman.fc.hp.com:/home/djm/xeno-unstable-ia64.bk
into kirby.fc.hp.com:/home/djm/src/xen/xeno-unstable-ia64.bk
xen-ia64.adm@bkbits.net [Thu, 26 May 2005 15:54:22 +0000 (15:54 +0000)]
bitkeeper revision 1.1564.1.1 (4295f12eiFrDNUdC-D7-zJOe_Af1fA)
Merge bk://xen.bkbits.net/xeno-unstable.bk
into bkbits.net:/repos/x/xen-ia64/xeno-unstable-ia64.bk
vh249@arcadians.cl.cam.ac.uk [Thu, 26 May 2005 15:49:31 +0000 (15:49 +0000)]
bitkeeper revision 1.1565 (4295f00bFZpvoNyqpCONmIknfolDLg)
Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into arcadians.cl.cam.ac.uk:/local/scratch-2/vh249/other/xen-unstable.bk
vh249@arcadians.cl.cam.ac.uk [Thu, 26 May 2005 15:49:15 +0000 (15:49 +0000)]
bitkeeper revision 1.1562.1.1 (4295effbUWTVBipGBrKsyDh6-2FoaQ)
add name and pid of app that is using TLS
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
djm@kirby.fc.hp.com [Thu, 26 May 2005 15:43:04 +0000 (15:43 +0000)]
bitkeeper revision 1.1509.1.5 (4295ee88HY2abQVcdhSuV8au7cjYDA)
First fast hyperprivop support (hyper_rfi)
Signed-off by: Dan Magenheimer <dan.magenheimer@hp.com>
kaf24@firebug.cl.cam.ac.uk [Thu, 26 May 2005 15:35:14 +0000 (15:35 +0000)]
bitkeeper revision 1.1564 (4295ecb2jzOPE0em5dg6Hu_4rbzFCg)
Port CPU setup code from Linux 2.6.
Signed-off-by: Keir Fraser <keir@xensource.com>
akw27@arcadians.cl.cam.ac.uk [Thu, 26 May 2005 15:11:08 +0000 (15:11 +0000)]
bitkeeper revision 1.1563 (4295e70c6gPBeUtVURfaYnxTU_GbrA)
Make disconnect/destroy messages from xend to the backend drivers wait for
responses to allow backends to shut down the connection properly.
kaf24@firebug.cl.cam.ac.uk [Thu, 26 May 2005 12:51:47 +0000 (12:51 +0000)]
bitkeeper revision 1.1562 (4295c663e2dmLlYutTmiDxZ2_Qkpnw)
Fix ac_timer initialisation.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Thu, 26 May 2005 08:06:01 +0000 (08:06 +0000)]
bitkeeper revision 1.1561 (42958369EO5iAgCrbpIrx-hK8jzMWQ)
Fix install path for qemu-dm.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 22:25:42 +0000 (22:25 +0000)]
bitkeeper revision 1.1560 (
4294fb66-WHHJCdXRRXp-4dTrGuiLw)
Trivial fix to email contact address.
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 22:22:44 +0000 (22:22 +0000)]
bitkeeper revision 1.1559 (4294fab4CMjRyJfuEBP1lUbAC6G9GA)
- pygrub/README provides information on packages needed to compile pygrub
- support reiserfs {2,3} filesystem
- dynamically build modules based on which filesystem libraries the
system has (proposed by Jeremy)
- pump up pygrub to version 0.2
Signed-off-by: Jeremy Katz <katzj@redhat.com>
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 22:18:10 +0000 (22:18 +0000)]
bitkeeper revision 1.1558 (4294f9a2Vif6PUYZMV6j1GuP-Mn6Xg)
gcc4 build fixes.
Signed-off-by: Keir Fraser <keir@xensource.com>
djm@kirby.fc.hp.com [Wed, 25 May 2005 20:19:09 +0000 (20:19 +0000)]
bitkeeper revision 1.1509.1.4 (4294ddbdS0zXLWNl7GY3vmRtzKddcQ)
Implement virtual short format VHPT walker
Signed-off-by: Matthew Chapman <matthewc@hp.com>
Signed-off by: Dan Magenheimer <dan.magenheimer@hp.com>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 17:43:39 +0000 (17:43 +0000)]
bitkeeper revision 1.1557 (4294b94bIF7VSJm4DWqLidHZJXHecQ)
x86/64 build fixes.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 17:39:23 +0000 (17:39 +0000)]
bitkeeper revision 1.1556 (4294b84bRLO0dqxUhCbkQfM8qt1UoA)
NR_IRQS should be a bit bigger, in anticipation of PCI-MSI support.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 17:29:20 +0000 (17:29 +0000)]
bitkeeper revision 1.1555 (4294b5f0B3iu-SnB9loIMnLXO0loTA)
Ported genapic to Xen: support for bigsmp and numa platforms such as
es7000.
Signed-off-by: Keir Fraser <keir@xensource.com>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 17:19:19 +0000 (17:19 +0000)]
bitkeeper revision 1.1554 (4294b39736L_x3NwB1IRHYxqWe9rTQ)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 17:18:43 +0000 (17:18 +0000)]
bitkeeper revision 1.1550.1.4 (4294b3735gOYxynlbg6ebX3oag6sHQ)
relocate.py, SrvDomain.py, XendDomain.py:
Support vm relocation using XendCheckpoint.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 17:18:14 +0000 (17:18 +0000)]
bitkeeper revision 1.1550.1.3 (4294b356XJn1FHEVZ-2JlKpBDmqmpA)
xc_linux_restore.c:
Make read from network work.
Make error messages more specific.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 16:04:01 +0000 (16:04 +0000)]
bitkeeper revision 1.1550.1.2 (4294a1f1_I9jQ97QY8OTqDCx1kDIUA)
SrvDaemon.py, XendRoot.py, relocate.py:
Add relocation server.
XendCheckpoint.py:
Import XendError.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 14:28:37 +0000 (14:28 +0000)]
bitkeeper revision 1.1553 (
42948b95-gTo139RVAa2sLFVDy4KRA)
More simplification and cleanup of the ac_timer interface.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 13:43:27 +0000 (13:43 +0000)]
bitkeeper revision 1.1552 (429480ffbijN4G0QJScaV1h7mcJ23Q)
Simplify the ac_timer interface: mod_ac_timer/add_ac_timer replaced
by set_ac_timer.
Signed-off-by: Keir Fraser <keir@xensource.com>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 13:24:35 +0000 (13:24 +0000)]
bitkeeper revision 1.1550.1.1 (42947c93ScXPWqJQrSKCVoxqNJmCbw)
XendDomain.py:
Remove XendMigrate.
.del-XendMigrate.py~
3921a328f4db779:
Delete: tools/python/xen/xend/XendMigrate.py
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 13:07:42 +0000 (13:07 +0000)]
bitkeeper revision 1.1551 (4294789ea5Ghsn6s5aIMFHK5LY4uSw)
Add 64-bit (cmpxchg8b) support to the cmpxchg() macro for x86_32.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 12:44:27 +0000 (12:44 +0000)]
bitkeeper revision 1.1550 (
4294732bb-16oL8fVDfFOUaEjoM4oA)
Fix the 64-bit build.
Signed-off-by: Keir Fraser <keir@xensource.com>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 10:56:29 +0000 (10:56 +0000)]
bitkeeper revision 1.1549 (429459dd8Wdn9xpYhxSGQBJEie8pXA)
XendDomainInfo.py, XendDomain.py:
Disable shutdown timeout for suspend.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 10:36:59 +0000 (10:36 +0000)]
bitkeeper revision 1.1548 (4294554btfa2GpomqV57KFpxEHsjEA)
Move to Linux's cpumask_t and 'hotplug' multi-processor booting
interfaces. This also brings apic.c and various other files closer to
their Linux 2.6 equivalents. Simplified the scheduler interfaces a
little (particularly per-cpu and idle-domain initialisation).
Signed-off-by: Keir Fraser <keir@xensource.com>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 10:32:53 +0000 (10:32 +0000)]
bitkeeper revision 1.1547 (42945455UNorq1ha3va8g7OVydNVmw)
XendDomain.py:
Improve error handling.
XendCheckpoint.py:
Switch restore to use os functions to read from the state file.
Simplify code.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 10:10:05 +0000 (10:10 +0000)]
bitkeeper revision 1.1546 (42944efdY94XWSK3i6H669MdigOOzw)
XendDomain.py:
Move save/restore code in seperate file.
XendCheckpoint.py:
Support code for save/restore of domains.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 08:42:31 +0000 (08:42 +0000)]
bitkeeper revision 1.1545 (42943a77oCSQWIL-DLwwTV7xUND3eQ)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
cl349@firebug.cl.cam.ac.uk [Wed, 25 May 2005 08:42:25 +0000 (08:42 +0000)]
bitkeeper revision 1.1542.1.1 (42943a71LGhR_dI1LOX6lKtJ08zzTA)
setup.py, Makefile:
Remove XenSV -- it's been broken since twisted was removed.
Many files:
Delete: tools/misc/xensv
Delete: tools/python/xen/sv/params.py
Delete: tools/python/xen/sv/__init__.py
Delete: tools/python/xen/sv/MigrateDomain.py
Delete: tools/python/xen/sv/Daemon.py
Delete: tools/python/xen/sv/util.py
Delete: tools/python/xen/sv/Wizard.py
Delete: tools/python/xen/sv/TabView.py
Delete: tools/python/xen/sv/SaveDomain.py
Delete: tools/python/xen/sv/RestoreDomain.py
Delete: tools/python/xen/sv/NodeInfo.py
Delete: tools/python/xen/sv/Main.py
Delete: tools/python/xen/sv/HTMLBase.py
Delete: tools/python/xen/sv/GenTabbed.py
Delete: tools/python/xen/sv/DomList.py
Delete: tools/python/xen/sv/DomInfo.py
Delete: tools/python/xen/sv/CreateDomain.py
Delete: tools/sv/images/unpause.png
Delete: tools/sv/images/small-unpause.png
Delete: tools/sv/images/small-pause.png
Delete: tools/sv/images/small-destroy.png
Delete: tools/sv/images/shutdown.png
Delete: tools/sv/images/seperator.jpg
Delete: tools/sv/images/right-end-highlight.jpg
Delete: tools/sv/images/reboot.png
Delete: tools/sv/images/previous.png
Delete: tools/sv/images/pause.png
Delete: tools/sv/images/orb_02.jpg
Delete: tools/sv/images/next.png
Delete: tools/sv/images/middle-no-highlight.jpg
Delete: tools/sv/images/middle-highlight.jpg
Delete: tools/sv/images/left-end-no-highlight.jpg
Delete: tools/sv/images/left-end-highlight.jpg
Delete: tools/sv/images/finish.png
Delete: tools/sv/images/destroy.png
Delete: tools/sv/inc/style.css
Delete: tools/sv/images/seperator-right-highlight.jpg
Delete: tools/sv/images/seperator-left-highlight.jpg
Delete: tools/sv/inc/script.js
Delete: tools/sv/images/right-end-no-highlight.jpg
Delete: tools/sv/images/orb_01.jpg
Delete: tools/sv/Makefile
Delete: tools/sv/Main.rpy
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Wed, 25 May 2005 08:02:20 +0000 (08:02 +0000)]
bitkeeper revision 1.1544 (4294310cgG9HRlkgAVpjdkn3zSUpkw)
this patch fixes a wrong email address and replaces a number (errno)
with a defined constant to make it more portable.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
arun.sharma@intel.com[kaf24] [Wed, 25 May 2005 08:00:05 +0000 (08:00 +0000)]
bitkeeper revision 1.1543 (42943085tTGU_YurrAPsDOCEjAU21g)
[PATCH] qemu-e9.patch
Log port E9 output to the qemu log file.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 22:20:55 +0000 (22:20 +0000)]
bitkeeper revision 1.1542 (
4293a8c7-PlifEtxsu3aPbHV3Xl_yA)
Makefile:
Revert previous build "optimization" -- we need check-for-zlib and
more importantly mk-symlinks done before we try to build, otherwise a
highly parallel make (-j 20) fails miserably.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
djm@kirby.fc.hp.com [Tue, 24 May 2005 21:40:01 +0000 (21:40 +0000)]
bitkeeper revision 1.1509.1.3 (42939f31KzK-SwtLziu7eM9buqA-bg)
Fix xen/xenlinux to work with CONFIG_DISABLE_VHPT off
and CONFIG_VIRTUAL_MEM_MAP=y
Signed-off-by: Matthew Chapman <matthewc@hp.com>
Signed-off by: Dan Magenheimer <dan.magenheimer@hp.com>
arun.sharma@intel.com[kaf24] [Tue, 24 May 2005 21:37:17 +0000 (21:37 +0000)]
bitkeeper revision 1.1541 (42939e8dPtCrrAl0Ko8RIXg1LNswnQ)
[PATCH] vmx-fix-vmxbug.patch
Tighten VMX bug checking.
Signed-off-by: Mikhail Kharitonov <mikhail.i.kharitonov@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
arun.sharma@intel.com[kaf24] [Tue, 24 May 2005 21:37:03 +0000 (21:37 +0000)]
bitkeeper revision 1.1540 (42939e7f8_AuNACTheIei6BJ0yjKyA)
[PATCH] xen.vncserver-quiet-configure.patch
When configure looks for VNC Server library installation by
executing libvncserver-config, make sure we don't print messages to
the console if we cannot find the libvncserver-config program.
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
arun.sharma@intel.com[kaf24] [Tue, 24 May 2005 21:36:40 +0000 (21:36 +0000)]
bitkeeper revision 1.1539 (42939e68t9DDgqpBZmkD0dpuIEiwBQ)
[PATCH] xen-libxc-static-build.patch
Fix build of the static library.
As it was depending on an undefined objects variable (OBJS), its
dependency list was null and thus it ended up empty.
Also optimize the depedency checking so we don't need a submake. Not
too great an optimization, but it makes it short :)
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
arun.sharma@intel.com[kaf24] [Tue, 24 May 2005 21:36:26 +0000 (21:36 +0000)]
bitkeeper revision 1.1538 (42939e5a4Zjv3gELWO9ea3t1uXGfeg)
[PATCH] x64-make-uninstall.patch
Make uninstall should clean up properly on 64 bit.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
arun.sharma@intel.com[kaf24] [Tue, 24 May 2005 21:36:14 +0000 (21:36 +0000)]
bitkeeper revision 1.1537 (42939e4ewE9MEwuinOdZNB74jNWI-w)
[PATCH] vmx-debug.patch
Allow control of vmx debug log level from the command line.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 21:17:29 +0000 (21:17 +0000)]
bitkeeper revision 1.1536 (429399e9qNO_CnmTploLs7q5t-754Q)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 21:17:20 +0000 (21:17 +0000)]
bitkeeper revision 1.1534.1.1 (429399e0oJudIjoFsgWFxNKnCM7qTg)
Nothing but vnet uses libxutil -- move it there.
Makefile, xc.c, setup.py, configure, configure.in, Makefile.in:
This doesn't use libxutil.
Makefile, Makefile.vnet, Rules.mk:
Move libxutil into vnet since it's only used there.
Many files:
mvdir
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 21:10:23 +0000 (21:10 +0000)]
bitkeeper revision 1.1535 (4293983fRn8wZMaWw4jC331L5B1bhw)
xc_private.h:
xc_io.h does no longer exist.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 20:33:02 +0000 (20:33 +0000)]
bitkeeper revision 1.1534 (42938f7eteOfeZAlPZyFJuucXgIZbA)
Makefile:
xc_io.[ch] is no longer needed.
xc_vmx_build.c:
offsetof() needs #include <stddef.h>, which was getting pulled in
implicitly from xc_io.h.
.del-xc_io.h~
f59d36f1439a3f8d:
Delete: tools/libxc/xc_io.h
.del-xc_io.c~
2d9e23eb479fe52:
Delete: tools/libxc/xc_io.c
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 19:00:14 +0000 (19:00 +0000)]
bitkeeper revision 1.1533 (429379beNzrMmx_MJCmvdmLhK3EMfw)
migrate.py, params.py, SrvDaemon.py, xend, Makefile:
Remove xfrd now that save/restore doesn't use xfrd anymore.
console.py:
Remove/disable debug output.
.del-check_twisted~
f74b05eb88f208a1:
Delete: tools/check/check_twisted
xend:
Twisted is no longer used -- remove check whether it's installed or not.
.del-Makefile~
474b093f3e64d016:
Delete: tools/xfrd/Makefile
.del-xfrdClient.py~
d1d33f981191dfa:
Delete: tools/xfrd/xfrdClient.py
.del-xfrd.h~
54f8ea6e77cf4f26:
Delete: tools/xfrd/xfrd.h
.del-xfrd.c~
e3be851c3a4297a5:
Delete: tools/xfrd/xfrd.c
.del-xen_domain.h~
4a0c609ff18c63a8:
Delete: tools/xfrd/xen_domain.h
.del-xen_domain.c~
cd85f330a909fbce:
Delete: tools/xfrd/xen_domain.c
.del-select.h~
348b2b069dd5748:
Delete: tools/xfrd/select.h
.del-select.c~
373282d5f920303d:
Delete: tools/xfrd/select.c
.del-marshal.h~
9929a72563171372:
Delete: tools/xfrd/marshal.h
.del-marshal.c~
3108fab658d2220:
Delete: tools/xfrd/marshal.c
.del-lzi_stream.h~
49308e7b16ba42e3:
Delete: tools/xfrd/lzi_stream.h
.del-lzi_stream.c~
e1870394f081f255:
Delete: tools/xfrd/lzi_stream.c
.del-debug.h~
c268d8f144e5e4da:
Delete: tools/xfrd/debug.h
.del-connection.h~
ac7cb6a42316a421:
Delete: tools/xfrd/connection.h
.del-connection.c~
c025e96fc5649424:
Delete: tools/xfrd/connection.c
.del-Make.xfrd~
5a18d2f63aad1d40:
Delete: tools/xfrd/Make.xfrd
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 18:32:35 +0000 (18:32 +0000)]
bitkeeper revision 1.1532 (42937343LHOyxpIm_YO4FjhQRVt15A)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 18:32:22 +0000 (18:32 +0000)]
bitkeeper revision 1.1530.1.1 (4293733607D8CFWTaBtOQB46iiGQqg)
blkif.py, XendDomain.py:
Remove/disable debug output.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 18:30:16 +0000 (18:30 +0000)]
bitkeeper revision 1.1531 (429372b8Kjz5panaw5OaTXiMgKbyJg)
XendDomain.py:
Remove/disable debug output.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 18:28:08 +0000 (18:28 +0000)]
bitkeeper revision 1.1530 (42937238W2qaGubDybmWZrLF-sQjNQ)
console.py, channel.py, XendDomain.py:
Remove/disable debug output.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 17:57:15 +0000 (17:57 +0000)]
bitkeeper revision 1.1529 (42936afbeMakdMOVWV-TYdagR8spKg)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk-clean
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 17:50:58 +0000 (17:50 +0000)]
bitkeeper revision 1.1527.1.3 (42936982HEfOXuPvsCgdi5IHEHax_Q)
Don't need xc_save_OBJS with updated Makefile.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 17:47:14 +0000 (17:47 +0000)]
bitkeeper revision 1.1527.2.1 (429368a2F0SR4yrzuHsrRucuwriYqA)
Implement the parts of vm save which need interaction with xend
as part of xend, instead of using xfrd.
Execute xc_linux_save in a seperate process so that it can't
crash xend. Also handle errors passed from xc_linux_save.
xen_domain.c:
Disable save in xfrd.
xc_save.c:
new file
Makefile:
Add xc_save.
XendDomainInfo.py:
Add suspended state and threading Condition with notification, allowing
easy waiting for state changes.
XendDomain.py:
Implement the parts of vm save which need interaction with xend
as part of xend, instead of using xfrd. Set state to "suspended"
when detecting a suspended domain.
Fix reading output from subprocesses.
Fix ValueError in xen_domain().
xc.c:
Remove python binding for xc_linux_save.
xc_linux_save.c:
Implement the parts of vm save which need interaction with xend
as part of xend, instead of using xfrd. Also run xc_linux_save
in a seperate process.
xc_linux_restore.c:
Flush output so that xend picks it up timely.
Also disable debug output again.
xc.h:
Update xc_linux_save prototype and fix comments for xc_linux_{save,restore}.
ignore:
Add tools/xcutils/xc_save.
xpopen.py:
Exit with 127 if exec fails.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Tue, 24 May 2005 15:21:46 +0000 (15:21 +0000)]
bitkeeper revision 1.1527.1.2 (4293468ayy5XU1yxu0QwnCQ83S5pbA)
No more dependency of GNU Make 'eval' function, which is not present in
older versions.
Signed-off-by: Keir Fraser <keir@xensource.com>
kaf24@firebug.cl.cam.ac.uk [Tue, 24 May 2005 14:20:04 +0000 (14:20 +0000)]
bitkeeper revision 1.1527.1.1 (42933814hYUdPBrhJ2nEsS5J3nRP8Q)
Another xcutil Makefile 'fix'.
Signed-off-by: Keir Fraser <keir@xensource.com>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 10:12:12 +0000 (10:12 +0000)]
bitkeeper revision 1.1528 (4292fdfc5zZkxl3RcxrdBZCU6Rd8EA)
XendDomain.py:
Handle error case where exec fails.
xpopen.py:
Exit with 127 if exec fails.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Tue, 24 May 2005 09:42:24 +0000 (09:42 +0000)]
bitkeeper revision 1.1527 (4292f7001CpWg14f57Koe8LjTqtnSA)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
kaf24@firebug.cl.cam.ac.uk [Tue, 24 May 2005 09:42:18 +0000 (09:42 +0000)]
bitkeeper revision 1.1526 (4292f6fatFGrb_g2pL3e_YfSdZhjPA)
Another xcutils build fix: libxc depends on libxutil.
Signed-off-by: Keir Fraser <keir@xensource.com>
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 09:36:04 +0000 (09:36 +0000)]
bitkeeper revision 1.1523.1.2 (4292f584VQVu_jEbX42qk-F3YrfDnQ)
xpopen.py:
Add Python license.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
kaf24@firebug.cl.cam.ac.uk [Tue, 24 May 2005 09:28:10 +0000 (09:28 +0000)]
bitkeeper revision 1.1525 (4292f3aa1mdmnYgcdBFqa5ndiF5PrQ)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
cl349@firebug.cl.cam.ac.uk [Tue, 24 May 2005 09:27:31 +0000 (09:27 +0000)]
bitkeeper revision 1.1523.1.1 (4292f383Cc0iiNE6syBhzLa27UwM7w)
Makefile:
Fix library link on systems which don't have libxc installed (yet).
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
arun.sharma@intel.com[kaf24] [Tue, 24 May 2005 08:20:51 +0000 (08:20 +0000)]
bitkeeper revision 1.1524 (4292e3e3RfSM4xkFDPiMXA6Vw23W_w)
[PATCH] xenU-x86-64-build-fix.patch
Fix x86-64 domU build.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
arun.sharma@intel.com[kaf24] [Tue, 24 May 2005 08:19:59 +0000 (08:19 +0000)]
bitkeeper revision 1.1523 (4292e3afzZhOD910qby84MZZyEFPZQ)
[PATCH] qemu-unregister-c0000.patch
QEMU fixes
- VMX domain owns 0xcxxxx.
- guard the fprintf with a log level check
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
vh249@arcadians.cl.cam.ac.uk [Tue, 24 May 2005 00:10:31 +0000 (00:10 +0000)]
bitkeeper revision 1.1522 (429270f7khx4oIwyDPU4ZpNIWXP8pA)
Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into arcadians.cl.cam.ac.uk:/local/scratch-2/vh249/xen-unstable.bk
vh249@arcadians.cl.cam.ac.uk [Tue, 24 May 2005 00:09:33 +0000 (00:09 +0000)]
bitkeeper revision 1.1520.1.1 (429270bdd9U5A9UX0aJUWkoZm4BI7g)
handfix x86_64-linux.patch to not break compilation with ARCH=x86_64
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
cl349@firebug.cl.cam.ac.uk [Mon, 23 May 2005 23:54:05 +0000 (23:54 +0000)]
bitkeeper revision 1.1521 (42926d1dxnIu-mzz-ImDN9CkKgIcLw)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk-clean